다음을 통해 공유


WebHttpEndpointElement.MaxReceivedMessageSize 속성

정의

웹 서비스에서 받을 수 있는 최대 메시지 수를 가져오거나 설정합니다.

public:
 property long MaxReceivedMessageSize { long get(); void set(long value); };
[System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=65536)]
[System.Configuration.LongValidator(MinValue=1)]
public long MaxReceivedMessageSize { get; set; }
[<System.Configuration.ConfigurationProperty("maxReceivedMessageSize", DefaultValue=65536)>]
[<System.Configuration.LongValidator(MinValue=1)>]
member this.MaxReceivedMessageSize : int64 with get, set
Public Property MaxReceivedMessageSize As Long

속성 값

Int64

최대 수량을 나타내는 64비트 숫자입니다.

특성

적용 대상