TcpTransportBindingElement 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
TCP 전송을 위한 바인딩 요소를 나타냅니다.
public ref class TcpTransportBindingElement : System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement
public class TcpTransportBindingElement : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
type TcpTransportBindingElement = class
inherit ConnectionOrientedTransportBindingElement
Public Class TcpTransportBindingElement
Inherits ConnectionOrientedTransportBindingElement
- 상속
-
TcpTransportBindingElement
예제
다음 예제에서는 이 클래스를 사용하는 방법을 보여줍니다.
TcpTransportBindingElement bElement =
new TcpTransportBindingElement();
TcpConnectionPoolSettings connectionPoolSettings =
bElement.ConnectionPoolSettings;
설명
이 전송은 "net.tcp
://hostname
:port
/path
" 형식의 URI를 사용합니다. 다른 URI 구성 요소는 선택적입니다.
클래스는 TcpTransportBindingElement TCP 전송 프로토콜을 구현하는 사용자 지정 바인딩을 만들기 위한 시작점입니다. 이 전송은 WCF 통신에 최적화되어 있습니다.
WCF 서비스 모델을 구현 하는 팩터리 개체를 만들려면이 클래스를 사용 합니다 IChannelFactory 및 IChannelListener 인터페이스입니다. 이러한 팩터리 개체는 TCP 프로토콜을 사용하여 SOAP 메시지를 전송하는 채널을 만들고 수락합니다.
및 LeaseTimeout와 같은 PortSharingEnabled 속성을 설정하여 이 클래스가 만드는 팩터리를 구성합니다.
기본 클래스 ConnectionOrientedTransportBindingElement에서 , 및 TransferModeConnectionBufferSize와 같은 MaxBufferSize속성을 설정할 수도 있습니다. 속성의 전체 목록은 ConnectionOrientedTransportBindingElement를 참조하십시오.
마지막으로, 및 와 MaxBufferPoolSize같은 ManualAddressing 기본 클래스TransportBindingElement에서 속성을 설정할 수 있습니다. 속성의 전체 목록은 TransportBindingElement를 참조하십시오.
생성자
TcpTransportBindingElement() |
TcpTransportBindingElement 클래스의 새 인스턴스를 초기화합니다. |
TcpTransportBindingElement(TcpTransportBindingElement) |
TcpTransportBindingElement 클래스의 새 인스턴스를 초기화합니다. |
속성
ChannelInitializationTimeout |
연결이 끊어지기 전에 채널이 초기화 상태를 유지할 수 있는 최대 시간을 결정하는 TimeSpan을 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
ConnectionBufferSize |
통신 중에 클라이언트나 서비스로부터 serialize된 메시지 청크를 전송할 때 사용되는 버퍼의 크기를 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
ConnectionPoolSettings |
연결 풀 설정 컬렉션을 가져옵니다. |
ExtendedProtectionPolicy |
현재 확장 보호 정책을 가져오거나 설정합니다. |
HostNameComparisonMode |
URI 비교 시 서비스에 액세스하는 데 호스트 이름이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
ListenBacklog |
보류할 수 있는 최대 대기 중 연결 요청 수를 가져오거나 설정합니다. |
ManualAddressing |
메시지의 주소를 수동으로 지정해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 TransportBindingElement) |
MaxBufferPoolSize |
전송에 사용되는 버퍼 풀의 최대 크기(바이트)를 가져오거나 설정합니다. (다음에서 상속됨 TransportBindingElement) |
MaxBufferSize |
사용할 버퍼의 최대 크기를 가져오거나 설정합니다. 스트리밍된 메시지의 경우 이 값은 버퍼링된 모드에서 읽어오는 메시지 헤더의 최대 예상 크기 이상이어야 합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
MaxOutputDelay |
메시지 청크 또는 전체 메시지를 보내기 전에 메모리에 버퍼링된 상태로 유지할 수 있는 최대 시간 간격을 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
MaxPendingAccepts |
서비스에 들어오는 연결을 처리하기 위해 수신기에서 서비스가 대기할 수 있는 최대 채널 수를 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
MaxPendingConnections |
서비스에서 디스패치를 대기하는 최대 연결 수를 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
MaxReceivedMessageSize |
받을 수 있는 최대 메시지 크기(바이트)를 가져오거나 설정합니다. (다음에서 상속됨 TransportBindingElement) |
PortSharingEnabled |
이 연결에서 TCP 포트 공유를 사용하는지 여부를 나타내는 값을 가져오거나 설정합니다. |
Scheme |
전송을 위한 URI 체계를 반환합니다. |
TeredoEnabled |
Teredo(방화벽 뒤에 있는 클라이언트를 주소 지정하기 위한 기술)가 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다. |
TransferMode |
메시지가 연결 지향 전송을 사용하여 버퍼링되는지 아니면 스트리밍되는지를 나타내는 값을 가져오거나 설정합니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
메서드
명시적 인터페이스 구현
IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext) |
바인딩에 대한 사용자 지정 정책 어설션을 내보냅니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
IWsdlExportExtension.ExportContract(WsdlExporter, WsdlContractConversionContext) |
계약에 대해 생성된 WSDL(웹 서비스 설명 언어)에 사용자 지정 WSDL 요소를 씁니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
IWsdlExportExtension.ExportEndpoint(WsdlExporter, WsdlEndpointConversionContext) |
엔드포인트에 대해 생성된 WSDL(웹 서비스 설명 언어)에 사용자 지정 WSDL 요소를 씁니다. (다음에서 상속됨 ConnectionOrientedTransportBindingElement) |
적용 대상
.NET