HoloToolkit.Sharing.Session.GetSessionNetworkConnection C# (CSharp) Method

GetSessionNetworkConnection() public method

public GetSessionNetworkConnection ( ) : NetworkConnection
return NetworkConnection
  public virtual NetworkConnection GetSessionNetworkConnection() {
    global::System.IntPtr cPtr = SharingClientPINVOKE.Session_GetSessionNetworkConnection(swigCPtr);
    NetworkConnection ret = (cPtr == global::System.IntPtr.Zero) ? null : new NetworkConnection(cPtr, true);
    return ret; 
  }