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