다음을 통해 공유


방법: 채널 구성

이 항목은 이전 버전의 기존 응용 프로그램과의 호환성을 위해 유지되고 있으나 새로운 개발에는 권장되지 않는 레거시 기술에 대해 설명합니다. 분산 응용 프로그램은 이제 WCF(Windows Communication Foundation)를 사용하여 개발됩니다.

다음 예제에서는 "http"와 이름이 다른 HttpChannel을 빌드하고 이를 서버 응용 프로그램에 사용하는 방법을 보여 줍니다.

예제

<configuration>
 <system.runtime.remoting>
    <application>
      <service>
        <wellknown 
          type="Type,Assembly" 
          mode="Singleton" 
          objectUri="endpoint"
        />
      </service>
      <channels>
        <channel ref="OtherChannel"/>
      </channel>
    </application>
    <channels>
      <channel 
        id="OtherChannel"
        type="CompleteTypeInformation including versiong and strong-name information"
      />
    </channels>
 </system.runtime.remoting>
</configuration>

참고 항목

참조

System.Runtime.Remoting.RemotingConfiguration Class

개념

원격 응용 프로그램 구성
채널
채널 등록
서버측 등록
클라이언트측 등록
채널 등록

관련 자료

구성 파일을 사용하여 원격 개체 등록
.NET Framework Remoting 개요

빌드 날짜: 2010-02-13