- string ClientIP
- {
- get
- {
- return (OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name] as RemoteEndpointMessageProperty).Address;
- }
- }
Subscribe to:
Post Comments (Atom)
string ClientIP
{
get
{
return (OperationContext.Current.IncomingMessageProperties[RemoteEndpointMessageProperty.Name] as RemoteEndpointMessageProperty).Address;
}
}
No comments:
Post a Comment