WCF获取客户端IP和端口
摘要:
//提供方法执行的上下文环境 OperationContext context = OperationContext.Current; //获取传进的消息属性 MessageProperties properties = context.IncomingMessageProperties; //获取消息发送的远程终结点IP和端口 RemoteEndpointMessageProperty endpoint = properties[RemoteEndpointMessag... 阅读全文
posted @ 2014-02-23 23:18 iackjee 阅读(1168) 评论(0) 推荐(0) 编辑