hessiancsharp.io.AbstractHessianOutput.WriteRemote C# (CSharp) Method

WriteRemote() public abstract method

Writes a remote object reference to the stream. The type is the type of the remote interface 'r' 't' b16 b8 type url
public abstract WriteRemote ( string strType, string strUrl ) : void
strType string type of remote object
strUrl string URL of remote object
return void
        public abstract void WriteRemote(string strType, string strUrl);