ChatterBox.Client.Win8dot1.Services.SignalingSocketOperation.Dispose C# (CSharp) Method

Dispose() public method

public Dispose ( ) : void
return void
        public void Dispose()
        {
            // on win 8 the socket do not need its ownership to be transfered
			// as in win10 so it remains here for the lifetime of the app
        }
    }