Aracılığıyla paylaş


IWebSocketCloseDetails.SetOutputCloseStatus Yöntem

Tanım

Web yuvasının kapanış ayrıntılarının çıkış durumunu ve açıklamasını ayarlar.

public:
 void SetOutputCloseStatus(System::Net::WebSockets::WebSocketCloseStatus closeStatus, System::String ^ closeStatusDescription);
public void SetOutputCloseStatus (System.Net.WebSockets.WebSocketCloseStatus closeStatus, string closeStatusDescription);
abstract member SetOutputCloseStatus : System.Net.WebSockets.WebSocketCloseStatus * string -> unit
Public Sub SetOutputCloseStatus (closeStatus As WebSocketCloseStatus, closeStatusDescription As String)

Parametreler

closeStatus
WebSocketCloseStatus

Çıkışın durumu ayrıntıları kapatır.

closeStatusDescription
String

Çıkışın durum açıklaması ayrıntıları kapatır.

Şunlara uygulanır