C# Class Windows.Networking.Sockets.MessageWebSocket

Inheritance: IMessageWebSocket, IWebSocket, IClosable
Show file Open project: shiftkey/winrt-backport-hilarity Class Usage Examples

Public Methods

Method Description
Close ( ) : void
ConnectAsync ( [ uri ) : IAsyncAction
MessageWebSocket ( ) : System
SetRequestHeader ( [ headerName, [ headerValue ) : void

Private Methods

Method Description
Close ( [ code, [ reason ) : void

Method Details

Close() public method

public Close ( ) : void
return void

ConnectAsync() public method

public ConnectAsync ( [ uri ) : IAsyncAction
uri [
return IAsyncAction

MessageWebSocket() public method

public MessageWebSocket ( ) : System
return System

SetRequestHeader() public method

public SetRequestHeader ( [ headerName, [ headerValue ) : void
headerName [
headerValue [
return void