NamedPipeTransportBindingElement 클래스

정의

명명된 파이프 전송을 위한 바인딩 요소를 나타냅니다.

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 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 서비스 모델을 구현 하는 팩터리 개체를 만들려면이 클래스를 사용 합니다 IChannelFactoryIChannelListener 인터페이스입니다. 그런 다음 이러한 팩터리 개체는 명명된 파이프 프로토콜을 사용하여 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)

메서드

BuildChannelFactory<TChannel>(BindingContext)

채널을 만드는 데 사용할 수 있는 지정된 형식의 채널 팩터리를 만듭니다.

BuildChannelListener<TChannel>(BindingContext)

지정된 형식의 채널 수신기를 만듭니다.

BuildChannelListener<TChannel>(BindingContext)

바인딩 컨텍스트를 사용하여 지정된 형식의 채널을 수락하기 위해 채널 수신기를 초기화합니다.

(다음에서 상속됨 BindingElement)
CanBuildChannelFactory<TChannel>(BindingContext)

지정된 형식의 채널 팩터리를 생성할 수 있는지 여부를 결정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
CanBuildChannelListener<TChannel>(BindingContext)

지정된 형식의 채널 수신기를 생성할 수 있는지 여부를 결정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
Clone()

현재 바인딩 요소의 복사본을 만듭니다.

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetProperty<T>(BindingContext)

BindingContext에서 지정된 개체를 가져옵니다.

GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ShouldSerializeMaxPendingAccepts()

연결 지향 전송 바인딩 요소가 최대 개수의 보류 중인 허용을 serialize해야 하는지 여부를 나타냅니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
ShouldSerializeMaxPendingConnections()

연결 지향 전송 바인딩 요소가 최대 개수의 보류 중인 연결을 serialize해야 하는지 여부를 나타냅니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

명시적 인터페이스 구현

IPolicyExportExtension.ExportPolicy(MetadataExporter, PolicyConversionContext)

바인딩에 대한 사용자 지정 정책 어설션을 내보냅니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
IWsdlExportExtension.ExportContract(WsdlExporter, WsdlContractConversionContext)

계약에 대해 생성된 WSDL(웹 서비스 설명 언어)에 사용자 지정 WSDL 요소를 씁니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
IWsdlExportExtension.ExportEndpoint(WsdlExporter, WsdlEndpointConversionContext)

엔드포인트에 대해 생성된 WSDL(웹 서비스 설명 언어)에 사용자 지정 WSDL 요소를 씁니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)

적용 대상