Property | Type | Description | |
---|---|---|---|
Binding | |||
MaxRecv | int | ||
MaxXmit | int | ||
SecurityProvider | IDcerpcSecurityProvider | ||
State | int |
Method | Description | |
---|---|---|
Bind ( ) : void | ||
Close ( ) : void | ||
DcerpcHandle ( ) : System | ||
GetHandle ( string url, |
||
GetPrincipal ( ) : |
||
GetServer ( ) : string | ||
Sendrecv ( |
||
SetDcerpcSecurityProvider ( IDcerpcSecurityProvider securityProvider ) : void | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
DoReceiveFragment ( byte buf, bool isDirect ) : void | ||
DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void | ||
ParseBinding ( string str ) : |
protected abstract DoReceiveFragment ( byte buf, bool isDirect ) : void | ||
buf | byte | |
isDirect | bool | |
return | void |
protected abstract DoSendFragment ( byte buf, int off, int length, bool isDirect ) : void | ||
buf | byte | |
off | int | |
length | int | |
isDirect | bool | |
return | void |
public static GetHandle ( string url, |
||
url | string | |
auth | ||
return |
protected static ParseBinding ( string str ) : |
||
str | string | |
return |
public SetDcerpcSecurityProvider ( IDcerpcSecurityProvider securityProvider ) : void | ||
securityProvider | IDcerpcSecurityProvider | |
return | void |
protected IDcerpcSecurityProvider SecurityProvider | ||
return | IDcerpcSecurityProvider |