WebSocketTransportSettings 클래스

정의

웹 소켓 전송 설정을 나타냅니다.

public ref class WebSocketTransportSettings sealed : IEquatable<System::ServiceModel::Channels::WebSocketTransportSettings ^>
public sealed class WebSocketTransportSettings : IEquatable<System.ServiceModel.Channels.WebSocketTransportSettings>
type WebSocketTransportSettings = class
    interface IEquatable<WebSocketTransportSettings>
Public NotInheritable Class WebSocketTransportSettings
Implements IEquatable(Of WebSocketTransportSettings)
상속
WebSocketTransportSettings
구현

생성자

WebSocketTransportSettings()

WebSocketTransportSettings 클래스의 새 인스턴스를 초기화합니다.

필드

BinaryEncoderTransferModeHeader

이진 인코더 전송 모드에 대한 헤더를 지정합니다.

BinaryMessageReceivedAction

웹 소켓 이진 메시지를 받을 때의 작업을 지정합니다.

ConnectionOpenedAction

웹 소켓 연결이 열릴 때의 작업을 지정합니다.

SoapContentTypeHeader

Soap 콘텐츠 형식 헤더를 지정합니다.

TextMessageReceivedAction

웹 소켓 텍스트 메시지를 받을 때의 작업을 지정합니다.

속성

CreateNotificationOnConnection

연결 중 생성 알림을 가져오거나 설정합니다.

DisablePayloadMasking

웹 소켓 마스크가 사용되지 않는지 여부를 나타내는 값을 가져오거나 설정합니다.

KeepAliveInterval

연결 유지 간격 값을 가져오거나 설정합니다.

MaxPendingConnections

허용되는 보류 연결의 최대 수를 가져오거나 설정합니다.

SubProtocol

웹 소켓 하위 프로토콜을 가져오거나 설정합니다.

TransportUsage

웹 소켓 전송 사용량을 가져오거나 설정합니다.

메서드

Equals(Object)

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

Equals(WebSocketTransportSettings)

지정된 웹 소켓 전송 설정 개체가 현재 개체와 같은지 여부를 확인합니다.

GetHashCode()

이 개체의 해시 코드 값을 가져옵니다.

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상