Share via


UnixDomainSocketTransportBindingElement 클래스

정의

public ref class UnixDomainSocketTransportBindingElement : System::ServiceModel::Channels::ConnectionOrientedTransportBindingElement
public class UnixDomainSocketTransportBindingElement : System.ServiceModel.Channels.ConnectionOrientedTransportBindingElement
type UnixDomainSocketTransportBindingElement = class
    inherit ConnectionOrientedTransportBindingElement
Public Class UnixDomainSocketTransportBindingElement
Inherits ConnectionOrientedTransportBindingElement
상속

생성자

UnixDomainSocketTransportBindingElement()
UnixDomainSocketTransportBindingElement(UnixDomainSocketTransportBindingElement)

속성

ChannelInitializationTimeout

연결이 끊어지기 전에 채널이 초기화 상태를 유지할 수 있는 최대 시간을 결정하는 TimeSpan을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
ConnectionBufferSize

통신 중에 클라이언트나 서비스로부터 serialize된 메시지 청크를 전송할 때 사용되는 버퍼의 크기를 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
ConnectionPoolSettings
ExtendedProtectionPolicy
HostNameComparisonMode

URI 비교 시 서비스에 액세스하는 데 호스트 이름이 사용되는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
ManualAddressing

메시지의 주소를 수동으로 지정해야 하는지 여부를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 TransportBindingElement)
MaxBufferPoolSize

전송에 사용되는 버퍼 풀의 최대 크기(바이트)를 가져오거나 설정합니다.

(다음에서 상속됨 TransportBindingElement)
MaxBufferSize

사용할 버퍼의 최대 크기를 가져오거나 설정합니다. 스트리밍된 메시지의 경우 이 값은 버퍼링된 모드에서 읽어오는 메시지 헤더의 최대 예상 크기 이상이어야 합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
MaxOutputDelay

메시지 청크 또는 전체 메시지를 보내기 전에 메모리에 버퍼링된 상태로 유지할 수 있는 최대 시간 간격을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
MaxPendingAccepts

서비스에 들어오는 연결을 처리하기 위해 수신기에서 서비스가 대기할 수 있는 최대 채널 수를 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
MaxPendingConnections

서비스에서 디스패치를 대기하는 최대 연결 수를 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)
MaxReceivedMessageSize

받을 수 있는 최대 메시지 크기(바이트)를 가져오거나 설정합니다.

(다음에서 상속됨 TransportBindingElement)
Scheme
TransferMode

메시지가 연결 지향 전송을 사용하여 버퍼링되는지 아니면 스트리밍되는지를 나타내는 값을 가져오거나 설정합니다.

(다음에서 상속됨 ConnectionOrientedTransportBindingElement)

메서드

BuildChannelFactory<TChannel>(BindingContext)
BuildChannelListener<TChannel>(BindingContext)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상